home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13468 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  898 b 

  1. Path: gidora.kralizec.net.au!root
  2. From: ngay@zeta.org.au (Philip Ngay)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: SEARCHING LIBRARIES....!!!!
  5. Date: Mon, 08 Apr 1996 02:31:48 GMT
  6. Organization: Kralizec Dialup Internet Sydney, +61-2-837-1183 V.32bis
  7. Message-ID: <4k9u3i$h7g@gidora.kralizec.net.au>
  8. References: <4jvv2r$g4r@alcedo.iu-vannes.fr>
  9. NNTP-Posting-Host: dialup43.syd1.zeta.org.au
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. hascoet@iu-vannes.fr (hascoet julien) wrote:
  13.  
  14. It is under dos.h 
  15. void sound(int freq)
  16. void nosound(void)
  17. void delay(unsigned msecond)
  18. The freq is 262, 294, 330, 349, 392, 440, 494, 523, 587, 659
  19. I hope I answer your question.
  20.  
  21. >I am searching some libraries in C or C++ to change the frequency of the 
  22. >buzzer of my pc... i have to say that i haven't any sound card.... i just want 
  23. >to modify the frequency of the system "beep"..
  24. >Thanx to answer at : 
  25. >hascoet@iu-vannes.fr 
  26.  
  27.  
  28.